body,div,ul,li{
	padding: 0;
	margin: 0;
}



.banner {
	height: 410px;
	width: 100%;
	position: relative;
}
.banner .logos{
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: 0px;
	z-index: 9;
	margin-left: -600px;
}
.banner span.prve{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/left.png) center no-repeat;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 99;
	margin-left: -300px;
	cursor: pointer;
}
.banner span.next{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/right.png) center no-repeat;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 99;
	margin-left: 300px;
	cursor: pointer;
}

.banner .bann {
	width: 100%;
	height: 100%;
}

.banner .bann ul {
	width: 100%;
	height: 100%;
}

.banner .bann ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner .cirl {
	position: absolute;
	bottom: 30px;
	width: 50%;
	left: 25%;
	z-index: 1;
	text-align: center;
}

.banner .cirl ul {
	font-size: 0;
}

.banner .cirl ul li {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
	float: none;
	display: inline-block;
}

.banner .cirl ul li.acti {
	background-color: #0077db;
}
.menu{
	width: 100%;
	height: 60px;
	background-color: #0077db;
}
.menu-col{
	width: 1140px;
	margin: 0 auto;
}
.menu-col ul li{
	line-height: 60px;
	width: 126px;
	text-align: center;
	font-size: 16px;
	float: left;
	list-style: none;
	position: relative;
}
.menu-col ul li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.menu-col ul li:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #008bff;
}
.menu-col ul li:before{
	content: '';
	position: absolute;
	right: 1px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #0064b6;
}
.menu-col ul li:hover{
	background-color: #00569d;
}


.menu-col ul li .slide-menu{
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 99;
	display: table;
	min-height: 100px;
	background-color: #0077db;
	border-top: 1px solid #008bff;
	display: none;
}
.menu-col ul li .slide-menu p a:hover{
	background-color: #00569d;
}

.menu-col ul li:hover .slide-menu{
	display: table;
}
.menu-col ul li .slide-menu p{
	height: 50px;
	line-height: 50px;
}













